THashAlgorithmBase.ComputeHash(Byte[]) Method

Represents method ComputeHash(Byte[]).

Namespace: Spring.Cryptography.Base
public
 function ComputeHash(const buffer: array of Byte): TBuffer; overload;

Parameters

buffer
Type: array of Byte

Return Value

Type: TBuffer

 

Implements

IHashAlgorithm.ComputeHash(Byte[])